home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / award.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  10.6 KB  |  291 lines

  1. <screen name="award" title="Award Screen" version="1.0">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  5.  
  6.     <!-- main area holding panels (one visible at a time) -->
  7.  
  8.     <container>
  9.  
  10.         <layout class="arrange_vertical_attachment" alignment="fill" offset="0"/>
  11.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1" inset="0"/>
  12.  
  13.  
  14.         <!--  year panel  -->
  15.  
  16.         <widget class="awyp" id="ypan">
  17.  
  18.             <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  19.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  20.  
  21.             <widget class="titled_box" id="lywi" title="Last Winners" height="160" >
  22.                 <layout class="stick_to_sides_attachment" alignment="top,horizontal" inset="0" />
  23.                 
  24.                 <!-- embedded buttons (included in every titled box unfortunately)-->
  25.                 <container id="btns" embed_in_frame="true">
  26.  
  27.                     <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  28.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  29.             
  30.                     <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  31.             
  32.                     <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  33.                     <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  34.             
  35.                     <widget class="embedded_popup_button" id="awvw" sele="awpm" text="View" auto_size="all" fixed="true" embed_in_frame="true"/>
  36.                 </container>
  37.                 
  38.                 <widget class="table" id="ypct" height="130" >
  39.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  40.                     <flags id="mode" value="fill_rows" />
  41.                     <flags id="layo" value="80,-1,-1,-1" />
  42.                     
  43.                     
  44.                     <list id="headings">
  45.                         <record >
  46.                             <string value="No." hint="Place" />
  47.                             <flags id="algn" value="left,centre_y" />
  48.                         </record>
  49.  
  50.                         <record >
  51.                             <string value="Name" hint="Winner's name" />
  52.                             <flags id="algn" value="left,centre_y" />
  53.                         </record>
  54.  
  55.                         <record>
  56.                             <string value="Club" hint="Winner's club" />
  57.                             <flags id="algn" value="left,centre_y" />
  58.                         </record>
  59.  
  60.                         <record>
  61.                             <string value="Info" hint="Details" />
  62.                             <flags id="algn" value="left,centre_y" />
  63.                         </record>
  64.                     </list>
  65.                     
  66.                     <!-- default properties adopted by every item in table -->
  67.                     <record id="default_properties">
  68.                         <flags id="algn" value="left,centre_y"/>
  69.                     </record>
  70.                     
  71.                 </widget>
  72.             </widget>
  73.  
  74.             <widget class="titled_box" id="pawi" title="Past Winners">
  75.                 <layout class="stick_to_sides_attachment" alignment="bottom,horizontal" inset="0" />
  76.                 <widget class="table" id="ypht">
  77.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  78.                     <flags id="layo" value="80,-1,-1,-1" />
  79.                     <flags id="mode" value="fill_rows" />
  80.  
  81.                     
  82.                     
  83.                     <list id="headings">
  84.                         <record >
  85.                             <string value="Year" hint="Year award was won" />
  86.                             <flags id="algn" value="left,centre_y" />
  87.                         </record>
  88.  
  89.                         <record>
  90.                             <string value="Name" hint="Name of winner" />
  91.                             <flags id="algn" value="left,centre_y" />
  92.                         </record>
  93.  
  94.                         <record>
  95.                             <string value="Club" hint="The club the winner was at when winning the award" />
  96.                             <flags id="algn" value="left,centre_y" />
  97.                         </record>
  98.                         
  99.                         <record>
  100.                             <string value="Info" hint="Details"/>
  101.                             <flags id="algn" value="left,centre_y" />
  102.                         </record>
  103.                     </list>
  104.  
  105.                     <!-- default properties adopted by every item in table -->
  106.                     <record id="default_properties">
  107.                         <flags id="algn" value="left,centre_y"/>
  108.                     </record>
  109.  
  110.                 </widget>
  111.             </widget>
  112.  
  113.         </widget>
  114.         
  115.         
  116.         <!--  month panel -->
  117.         
  118.         <widget class="awmp" id="mpan" hidn="true" >
  119.  
  120.             <layout class="arrange_vertical_attachment" alignment="all" offset="0" />
  121.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="1" inset="0" />
  122.  
  123.             <widget class="titled_box" id="mnwn" title="Monthly Winners">
  124.  
  125.                 <!-- embedded buttons (included in every titled box unfortunately)-->
  126.                 <container id="btns" embed_in_frame="true">
  127.  
  128.                     <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  129.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  130.             
  131.                     <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  132.             
  133.                     <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  134.                     <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  135.             
  136.                     <widget class="embedded_popup_button" id="awvw" sele="awpm" text="View" auto_size="all" fixed="true" embed_in_frame="true"/>
  137.                 </container>
  138.  
  139.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  140.                 <widget class="table" id="mpct" mode="fill_rows"  layo="150,-1,-1" >
  141.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  142.                     
  143.                     <list id="headings">
  144.                         <record >
  145.                             <string value="Month" hint="Month" />
  146.                             <flags id="algn" value="left,centre_y" />
  147.                         </record>
  148.  
  149.                         <record>
  150.                             <string value="Name" hint="Name of winner" />
  151.                             <flags id="algn" value="left,centre_y" />
  152.                         </record>
  153.  
  154.                         <record>
  155.                             <string value="Club" hint="The club the winner was at when winning the award" />
  156.                             <flags id="algn" value="left,centre_y" />
  157.                         </record>
  158.                     </list>
  159.                 </widget>
  160.             </widget>
  161.         
  162.         </widget>
  163.  
  164.         <!--  goal panel -->
  165.         
  166.         <widget class="awgp" id="gpan" hidn="true" >
  167.  
  168.             <layout class="arrange_vertical_attachment" alignment="all" offset="0" />
  169.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="1" inset="0" />
  170.  
  171.             <widget class="titled_box" id="gnwn" title="Monthly Winners">
  172.  
  173.                 <!-- embedded buttons (included in every titled box unfortunately)-->
  174.                 <container id="btns" embed_in_frame="true">
  175.  
  176.                     <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  177.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  178.             
  179.                     <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  180.             
  181.                     <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  182.                     <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  183.             
  184.                     <widget class="embedded_popup_button" id="awvw" sele="awpm" text="View" auto_size="all" fixed="true" embed_in_frame="true"/>
  185.                 </container>
  186.                 
  187.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  188.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  189.                 
  190.                 <widget class="table" id="gpct" mode="fill_rows"  layo="150,-1">
  191.                     <boolean id="fixed_size_rows" value="false"/>
  192.                     <boolean id="auto_size_rows" value="true"/>
  193.                     
  194.                     <list id="headings">
  195.                         <record text="Period" hint="Month" alignment="left,centre_y"/>
  196.                         <record text="Name" hint="Name of winner" alignment="left,centre_y"/>
  197.                     </list>
  198.                     
  199.                     <!-- table isn't sortable -->
  200.                     <list id="column_display_properties">
  201.                         <record index="0" sort_disabled="true"/>
  202.                         <record index="1" sort_disabled="true" top="4" bottom="4"/>
  203.                     </list>        
  204.                     
  205.                     <!-- default properties for everything in a table -->
  206.                     <record id="default_properties">
  207.                         <flags id="alignment" value="left,centre_y"/>
  208.                     </record>
  209.  
  210.                 </widget>
  211.             </widget>
  212.         
  213.         </widget>
  214.         
  215.         <!--  team panel -->
  216.         
  217.         <widget class="awtp" id="tpan" hidn="true" >
  218.         
  219.             <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" />
  220.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="1" inset="0" />
  221.             
  222.             <container class="titled_box" id="squd" title="Winner Squad">
  223.  
  224.                 <!-- embedded buttons (included in every titled box unfortunately)-->
  225.                 <container id="btns" embed_in_frame="true">
  226.  
  227.                     <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  228.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  229.             
  230.                     <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  231.             
  232.                     <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  233.                     <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  234.             
  235.                     <widget class="embedded_popup_button" id="awvw" sele="awpm" text="View" auto_size="all" fixed="true" embed_in_frame="true"/>
  236.                 </container>
  237.  
  238.                 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
  239.                 <widget class="table" id="tpct" mode="fill_rows">
  240.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  241.                     <flags id="layo" value="50,-2,-2" />
  242.                     
  243.                     <list id="headings">
  244.                         <record text="No." hint="Player" alignment="left,centre_y"/>
  245.                         <record text="Name" hint="Player's name" alignment="left,centre_y"/>
  246.                         <record text="Club" hint="The club the player was at when winning the award" alignment="left,centre_y"/>
  247.                     </list>
  248.                     
  249.                     <list id="column_display_properties">
  250.                         <record index="0" sort_disabled="true"/>
  251.                         <record index="1" sort_disabled="true"/>
  252.                         <record index="2" sort_disabled="true"/>
  253.                     </list>    
  254.                         
  255.                     <!-- default properties for everything in a table -->
  256.                     <record id="default_properties">
  257.                         <flags id="alignment" value="left,centre_y"/>
  258.                     </record>
  259.                     
  260.                 </widget>
  261.             </container>
  262.  
  263.             <container class="titled_box" id="posn" title="Positions">
  264.                 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
  265.                 <widget class="pitch_with_tactics" id="tppt">
  266.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  267.                     <boolean id="vert" value="true"/>
  268.                 </widget>
  269.             </container>
  270.  
  271.         </widget>
  272.  
  273.         <!--  no winners panel  -->
  274.  
  275.         <container id="npan" hidn="true">
  276.             <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" />
  277.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="1" inset="0" />
  278.             
  279.             <container class="titled_box" id="nowi" title="Award Winners" >
  280.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  281.                 <widget class="label" alignment="centre" spec="text, large" >
  282.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  283.                 </widget>
  284.             </container>
  285.         </container>
  286.         
  287.  
  288.     </container>
  289.  
  290. </screen>
  291.